evolutionary programming - meaning and definition. What is evolutionary programming
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

What (who) is evolutionary programming - definition

EVOLUTIONARY ALGORITHM PARADIGM WHERE THE STRUCTURE OF THE PROGRAM TO BE OPTIMIZED IS FIXED, WHILE ITS NUMERICAL PARAMETERS ARE ALLOWED TO EVOLVE
Evolutionary program

evolutionary programming         
(EP) A stochastic optimisation strategy originally conceived by Lawrence J. Fogel in 1960. An initially random population of individuals (trial solutions) is created. Mutations are then applied to each individual to create new individuals. Mutations vary in the severity of their effect on the behaviour of the individual. The new individuals are then compared in a "tournament" to select which should survive to form the new population. EP is similar to a genetic algorithm, but models only the behavioural linkage between parents and their offspring, rather than seeking to emulate specific genetic operators from nature such as the encoding of behaviour in a genome and recombination by genetic crossover. EP is also similar to an evolution strategy (ES) although the two approaches developed independently. In EP, selection is by comparison with a randomly chosen set of other individuals whereas ES typically uses deterministic selection in which the worst individuals are purged from the population. (1995-02-03)
Evolutionary programming         
Evolutionary programming is one of the four major evolutionary algorithm paradigms. It is similar to genetic programming, but the structure of the program to be optimized is fixed, while its numerical parameters are allowed to evolve.
Evolutionary taxonomy         
  • A Besseyan cactus evolutionary tree of the moss genus ''Didymodon'' with generalized taxa in color and specialized descendants in white. Support measures are given in terms of Bayes factors, using deciban analysis of taxon transformation. Only two progenitors are considered unknown shared ancestors.
  • [[Jean-Baptiste Lamarck]]'s 1815 diagram showing branching in the course of invertebrate evolution
  • Evolution of the [[vertebrate]]s at class level, width of spindles indicating number of families. Spindle diagrams are often used in evolutionary taxonomy.
BRANCH OF BIOLOGICAL CLASSIFICATION
Evolutionary systematics; Evolutionary systematist
Evolutionary taxonomy, evolutionary systematics or Darwinian classification is a branch of biological classification that seeks to classify organisms using a combination of phylogenetic relationship (shared descent), progenitor-descendant relationship (serial descent), and degree of evolutionary change. This type of taxonomy may consider whole taxa rather than single species, so that groups of species can be inferred as giving rise to new groups.

Wikipedia

Evolutionary programming

Evolutionary programming is one of the four major evolutionary algorithm paradigms. It is similar to genetic programming, but the structure of the program to be optimized is fixed, while its numerical parameters are allowed to evolve.

It was first used by Lawrence J. Fogel in the US in 1960 in order to use simulated evolution as a learning process aiming to generate artificial intelligence. Fogel used finite-state machines as predictors and evolved them. Currently evolutionary programming is a wide evolutionary computing dialect with no fixed structure or (representation), in contrast with some of the other dialects. It has become harder to distinguish from evolutionary strategies.

Its main variation operator is mutation; members of the population are viewed as part of a specific species rather than members of the same species therefore each parent generates an offspring, using a (μ + μ) survivor selection.